﻿*{margin: 0;padding: 0;list-style: none;}
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {margin: 0;padding: 0;}
/** 设置默认字体 **/
body,button, input, select, textarea /* for ie */ {font:12px "微软雅黑","宋体","Arial Narrow",HELVETICA, \5b8b\4f53, sans-serif;}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置文本格式元素 **/
a { text-decoration: none; color:#333 }
a:hover { text-decoration: underline; color:#d91213 }
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
select {
/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
border: solid 1px #000;
/*很关键：将默认的select选择框样式清除*/
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
/*加padding防止文字覆盖*/
padding-right: 14px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0;  }
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body {background:#fff}
em{font-style:normal}
li{list-style:none}
img {transition: all 0.1s linear 0s;}
img:hover {transition: all 0.1s linear 0s;}
.clearfix::after,.nav>ul::after{content:"";display:table;clear:both}
.clearfix{overflow:hidden;zoom:1;clear:both;}

/*首页*/ 
.index_top {width:100%; height:80px; background:#FFF; transition: all 0.1s linear 0s;}
.index_top1 {width:100%; height:80px; background:#FFF; position:fixed; top:0px; left:0px; z-index:999999999; border-bottom:1px solid #ddd; background:#eeece8; transition: all 0.1s linear 0s;}
.index_top1 .cnen {color:#eeece8 !important}

.nav {width:1200px; height:80px; margin:0px auto}
.nav_l {width:330px; height:80px; float:left}
.nav_l img {width:330px; height:80px; display:block}
.nav_c {width:770px; height:80px; padding-left:30px; border-right:1px solid #ddd; float:left}
.nav_c ul li {width:auto; padding-left:20px; padding-right:20px; height:80px; float:left; position:relative; transition: all 0.1s linear 0s;}
.nav_c ul li p {width:560px; overflow:hidden; height:0px; display:block; position:absolute; top:80px; left:0px; z-index:1000; background:#a3814f; padding-left:20px; padding-right:20px;-moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='rgba(0, 0, 0, 0.6)')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='rgba(0, 0, 0, 0.6)'); transition: all 0.1s linear 0s;}
.nav_c ul li p a.tc {width:90px; height:80px; line-height: 0px; display:inline-block; font-size:14px; font-weight:100; color:#FFF; transition: all 0.1s linear 0s;}
.nav_c ul li p a.tc:hover {width:90px; height:80px; line-height:80px; display:inline-block; font-size:14px; font-weight:100; color:#ff9800; transition: all 0.1s linear 0s;}

.nav_c ul li a {width:auto; text-align:center; line-height:77px; font-size:15px; color:#666; font-weight:bold; display:inline-block; transition: all 0.1s linear 0s;}
.nav_c ul li a:hover {width:auto; text-align:center; line-height:77px; font-size:15px; color:#966d32; text-decoration:none; font-weight:bold; display:inline-block; transition: all 0.1s linear 0s;}
.nav_c ul li a.ahover {width:auto; text-align:center; line-height:77px; font-size:15px; border-bottom:3px solid #19528c; color:#19528c; text-decoration:none; font-weight:bold; display:inline-block; transition: all 0.1s linear 0s;}

.nav_c ul li:hover {width:auto; padding-left:20px; padding-right:20px; height:80px; background:#19528c; float:left; position:relative; transition: all 0.1s linear 0s;}
.nav_c ul li:hover p {width:560px; overflow:hidden; height:60px; display:block; position:absolute; top:80px; left:0px; z-index:1000; background:#1f5c9c; padding-left:20px; padding-right:20px;-moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='rgba(0, 0, 0, 0.6)')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='rgba(0, 0, 0, 0.6)'); transition: all 0.1s linear 0s;}
.nav_c ul li:hover p a.tc {width:90px; height:60px; line-height:60px; display:inline-block; font-size:14px; font-weight:100; color:#FFF; transition: all 0.1s linear 0s;}
.nav_c ul li:hover p a.tc:hover {width:90px; height:60px; line-height:60px; display:inline-block; font-size:14px; font-weight:100; color:#ff9800; transition: all 0.1s linear 0s;}


.nav_c ul li:hover p a.tca {width:120px; height:60px; line-height:60px; display:inline-block; font-size:14px; font-weight:100; color:#FFF; transition: all 0.1s linear 0s;}
.nav_c ul li:hover p a.tca:hover {width:120px; height:60px; line-height:60px; display:inline-block; font-size:14px; font-weight:100; color:#ff9800; transition: all 0.1s linear 0s;}






.nav_c ul li:hover a {width:auto; text-align:center; line-height:77px; font-size:15px; color:#fff; font-weight:bold; display:inline-block; transition: all 0.1s linear 0s;}

.nav_r {/*width:100px;*/ height:80px; float:right}
.nav_r ul li.ss {width:auto; padding-left:10px; padding-right:0px; height:80px; line-height:88px; font-size:40px; color:#333; float:left; position:relative;}
.nav_r ul li.ss:hover {width:auto; padding-left:10px; padding-right:0px; height:80px; line-height:88px; font-size:40px; color:#e08505; cursor:pointer; float:left; position:relative;}
.nav_r ul li.ss div {width:280px; overflow:hidden; height:0px; display:block; position:absolute; top:80px; left:-150px; z-index:1000; background:#1f5c9c; padding:10px; padding-top:0px; padding-bottom:0px; -moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='rgba(0, 0, 0, 0.6)')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='rgba(0, 0, 0, 0.6)'); transition: all 0.1s linear 0s;}
.nav_r ul li.ss div input {width:225px; overflow:hidden; height:0px; border:0px; background:#FFF; padding-left:15px; line-height:40px; font-size:14px; color:#666; float:left}
.nav_r ul li.ss div input.an {width:40px; overflow:hidden; height:0px; background:url(../images/so.png) center no-repeat #fff; border:0px; float:left; cursor:pointer}


.nav_r ul li.ss:hover  div {width:280px; height:40px; overflow:hidden; display:block; position:absolute; top:80px; left:-150px; z-index:1000; background:#3e7dbf; padding:10px; -moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='rgba(0, 0, 0, 0.6)')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='rgba(0, 0, 0, 0.6)'); transition: all 0.1s linear 0s;}
.nav_r ul li.ss:hover div input {width:225px; overflow:hidden; height:40px; border:0px; background:#FFF; padding-left:15px; line-height:40px; font-size:14px; color:#666; float:left}
.nav_r ul li.ss:hover div button.an {width:40px; overflow:hidden; height:40px; background:url(../images/so.png) center no-repeat #fff; border:0px; float:left; cursor:pointer}


.nav_r ul li.cnen {width:20px; padding-left:0px; padding-right:0px; height:80px; line-height:80px; font-size:0px; color:#fff; font-weight:bold; float:left; position:relative;}
.nav_r ul li.cnen:hover {width:20px; padding-left:0px; padding-right:0px; height:80px; line-height:80px; font-size:0px; color:#fff; font-weight:bold; cursor:pointer; float:left; position:relative;}

.nav_r ul li.cnen p {width:100px; height:0px; overflow:hidden; position:absolute; top:80px; left:-40px; z-index:1000; background:#a3814f; padding:10px; padding-top:0px; padding-bottom:0px; padding-left:20px; padding-right:20px; -moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='rgba(0, 0, 0, 0.6)')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='rgba(0, 0, 0, 0.6)'); transition: all 0.1s linear 0s; display:none}
.nav_r ul li.cnen p a {width:50px; overflow:hidden; text-align:center; line-height:40px; display:inline-block; font-size:14px; color:#FFF}
.nav_r ul li.cnen p a:hover {width:50px; overflow:hidden; text-align:center; line-height:40px; display:inline-block; font-size:14px; color:#ff9800}

.nav_r ul li.cnen:hover p {width:100px; overflow:hidden; height:40px; display:block; position:absolute; top:80px; left:-40px; z-index:1000; background:#a3814f; padding:10px; padding-left:20px; padding-right:20px; -moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='rgba(0, 0, 0, 0.6)')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='rgba(0, 0, 0, 0.6)'); transition: all 0.1s linear 0s; display:none}
.nav_r ul li.cnen:hover p a {width:50px; overflow:hidden; text-align:center; line-height:40px; display:inline-block; font-size:14px; color:#FFF}
.nav_r ul li.cnen:hover p a:hover {width:50px; overflow:hidden; text-align:center; line-height:40px; display:inline-block; font-size:14px; color:#ff9800}

.nav_r ul li.mobile {width:30px; height:80px; line-height:80px; font-size:26px; color:#333; float:left; position:relative;}
.nav_r ul li.mobile a {color:#666; display:inline-block; width:30px; height:80px; line-height:80px; font-size:26px;}
.nav_r ul li.mobile a:hover {color:#ff9800; display:inline-block; width:30px; line-height:80px; font-size:26px; text-decoration:none}


.nav_r ul li.smwq {width:90px; height:80px; line-height:80px; font-size:14px; color:#666; float:left; text-align:left; position:relative; padding-left:5px;}
.nav_r ul li.smwq a {width:90px; overflow:hidden; height:80px; line-height:80px; display:inline-block; font-size:14px; color:#666; font-weight:bold}
.nav_r ul li.smwq a i {width:30px; overflow:hidden; height:80px; line-height:82px; font-size:20px; color:#666; float:right}
.nav_r ul li.smwq a:hover {width:90px; overflow:hidden; height:80px; line-height:80px; display:inline-block; font-size:14px; color:#ff9800; text-decoration:none; font-weight:bold}
.nav_r ul li.smwq a:hover i {width:30px; overflow:hidden; height:80px; line-height:82px; font-size:20px; color:#ff9800; float:right}

.nav_r ul li.smwq p {width:360px; height:0px; overflow:hidden; position:absolute; top:80px; left:-300px; z-index:1000; background:#a3814f; padding:10px; padding-top:0px; padding-bottom:0px; padding-left:20px; padding-right:20px; -moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='rgba(0, 0, 0, 0.6)')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='rgba(0, 0, 0, 0.6)'); transition: all 0.1s linear 0s;}
.nav_r ul li.smwq p a {width:90px; overflow:hidden; text-align:center; line-height:40px; display:inline-block; font-size:14px; font-weight:100; color:#FFF}
.nav_r ul li.smwq p a:hover {width:90px; overflow:hidden; text-align:center; line-height:40px; display:inline-block; font-size:14px; font-weight:100; color:#ff9800}


.nav_r ul li.smwq:hover p {width:360px; height:40px; overflow:hidden; position:absolute; top:80px; left:-300px; z-index:1000; background:#a3814f; padding:10px; padding-top:10px; padding-bottom:10px; padding-left:20px; padding-right:20px; -moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.6);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='rgba(0, 0, 0, 0.6)')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='rgba(0, 0, 0, 0.6)') transition: all 0.1s linear 0s;}
.nav_r ul li.smwq:hover p a {width:90px; overflow:hidden; text-align:center; line-height:40px; display:inline-block; font-size:14px; font-weight:100; color:#FFF}
.nav_r ul li.smwq:hover p a:hover {width:90px; overflow:hidden; text-align:center; line-height:40px; display:inline-block; font-size:14px; font-weight:100; color:#ff9800}



/* banner */
.flexslider{position:relative;height:400px;overflow:hidden; width:100%; margin:0px auto; z-index:100}
.slides{position:relative;z-index:1;}
.slides li{height:400px;}
.slides li a {width:100%; overflow:hidden; height:400px; display:block}

.flex-control-nav{position:absolute;bottom:30px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:10px;height:10px;margin:0 2px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:10px;height:10px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:40%;}
.flex-direction-nav li a{display:block;width:60px;height:58px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:10%;background:url(../images/prev.png) center center no-repeat; left:0px;}
.flex-direction-nav li a.flex-next{right:10%;background:url(../images/next.png) center center no-repeat; right:0px;}

/*股票*/
.gupiao_m {width:1200px; overflow:hidden; height:400px; margin:0px auto; margin-bottom:-400px; position:relative}
.gupiao_m div {width:340px; overflow:hidden; height:120px; background:url(../images/tm.png); position:absolute; bottom:0px; right:0px; z-index:9999}

/*首页新闻*/
.index_news {width:1200px; overflow:hidden; margin:0px auto; padding-top:15px;}
.index_news_l {width:400px; overflow:hidden; float:left; padding-top:7px;}
/*.index_news_l ul li.img {width:400px; overflow:hidden; height:100px;margin-top:5px; }
.index_news_l ul li.img img {width:100% !important; }
.index_news_l ul li.wz {width:400px; overflow:hidden; }
.index_news_l ul li.wz h1 {width:350px; overflow:hidden; text-align:left; font-size:16px; line-height:30px; font-weight:bold; color:#666}
.index_news_l ul li.wz h1 a {color:#666}
.index_news_l ul li.wz h1 a:hover {color:#956c32}
.index_news_l ul li.wz h2 {width:370px; overflow:hidden; height:30px; text-align:left; line-height:30px; color:#956c32; font-size:25px; font-weight:800}
.index_news_l ul li.wz p {width:400px; overflow:hidden; text-align:left; line-height:22px; padding-top:10px; font-size:14px; color:#929292}

*/

.jianjie_ww{ width:400px; margin:0 auto;}
.jianjie_ww .tu_1{ width:155px; height:155px; float: left;}
.jianjie_ww .tu_1 img{ width:155px; height:155px; }

.jianjie_ww p{ float:right; width:180px; font-size:14px; line-height:27px; text-indent:2em;}
.wwzz{ font-size:14px; line-height:26px;}





.index_news_r {width:480px; overflow:hidden; float: left; margin-left:30px;}
.index_news_rsub {width:480px; overflow:hidden; float:left; position:relative} 
.index_news_rsub .index_news_rsubTitle{clear: both; height: 40px; overflow: hidden; background:url(../images/hx1.jpg) bottom repeat-x} 
.index_news_rsub .index_news_rsubTitle ul{width:auto; overflow:hidden; height:40px; text-align:left; line-height:40px; font-size:14px; color:#333} 
.index_news_rsub .index_news_rsubTitle li{float: left; width:auto; height:40px; cursor: pointer; list-style-type: none; text-align:center;} 
.index_news_rsub .index_news_rsubTitle a {width:auto; overflow:hidden; height:40px; line-height:40px; background:url(../images/more.png) right no-repeat; padding-right:20px; float:right; font-size:12px; font-weight:100; color:#0b58a8}
.index_news_rsub .index_news_rsubTitle .active{width:auto; background:url(../images/hx1_k.jpg) bottom repeat-x; font-size:15px; line-height:40px; color:#0b58a8; font-weight:bold; margin-right:20px;} 
.index_news_rsub .index_news_rsubTitle .normal{width:auto; font-size:15px; line-height:40px; color:#333; margin-right:20px;} 
.index_news_rsub .index_news_rsubContent {width:580px; overflow:hidden; border-top:0px;}
.index_news_rsubnone {display:none;}

.studyhot_c_list {width:480px; overflow:hidden;}
.studyhot_c_list ul { padding-top:6px;}
.studyhot_c_list ul li a {width:480px; overflow:hidden; display:block; height:30px; text-align:left; line-height:30px; font-size:14px; background:url(../images/list.png) left no-repeat; padding-left:10px; color:#666}
.studyhot_c_list ul li a:hover {width:480px; overflow:hidden; display:block; height:30px; text-align:left; line-height:30px; font-size:14px; background:url(../images/list.png) left no-repeat; padding-left:10px; color:#0b58a8}
.studyhot_c_list ul li a b {float:right; font-weight:100}
.studyhot_c_list ul li b a:hover {color:#0b58a8;}

.tutu_rr{ float:right; width:250px;}
.tutu_rr p img{ width:100%; height:90px; margin-bottom:10px;}






/*首页业务*/
.index_yewu {width:1200px; overflow:hidden; margin:0px auto; padding-top:10px;}
.index_yewu_l {width:350px; overflow:hidden; float: left; height:150px; position:relative}
.index_yewu_l h1.smzzg {width:300px; overflow:hidden; height:150px; position:absolute; left:0px; top:0px; z-index:98; background:url(../images/smzzg.jpg) 0px 0px no-repeat #d4d4dc; transition: all 0.3s linear 0s;}
.index_yewu_l h1.smzzg:hover {width:300px; overflow:hidden; height:150px; position:absolute; left:0px; top:0px; z-index:98; background:url(../images/smzzg.jpg) -10px 0px no-repeat #d4d4dc; transition: all 0.3s linear 0s;}
.index_yewu_l h1.smzzg a {width:100%; overflow:hidden; height:150px; display:block}

.index_yewu_l h1.zjsm {width:163px; overflow:hidden; height:150px; position:absolute; left:0px; top:0px; z-index:99; background:url(../images/zjsm.jpg) -30px 0px no-repeat; transition: all 0.3s linear 0s;}
.index_yewu_l h1.zjsm:hover {width:153px; overflow:hidden; height:150px; position:absolute; left:0px; top:0px; z-index:99; background:url(../images/zjsm.jpg) right no-repeat; transition: all 0.3s linear 0s;}
.index_yewu_l h1.zjsm a {width:100%; overflow:hidden; height:150px; display:block}

.index_yewu_l h1.shzr {width:203px; overflow:hidden; height:150px; position:absolute; left:123px; top:0px; z-index:98; background:url(../images/shzr.jpg) 20px 0px no-repeat; transition: all 0.3s linear 0s;}
.index_yewu_l h1.shzr:hover {width:203px; overflow:hidden; height:150px; position:absolute; left:123px; top:0px; z-index:98; background:url(../images/shzr.jpg) 30px 0px no-repeat; transition: all 0.3s linear 0s;}
.index_yewu_l h1.shzr a {width:100%; overflow:hidden; height:150px; display:block}

.index_yewu_r {width:847px; overflow:hidden; float: right; text-align:left; border:1px #e6e6e6 solid; border-right:none;}
.index_yewu_r h4{ font-size:15px; color:#19528c; border-bottom:1px #e6e6e6 solid; height:35px; line-height:35px; padding-left:10px; border-right:1px #e6e6e6 solid;}
.index_yewu_r h4 span{ font-size:12px;text-transform:uppercase; font-weight:normal; color:#8c8c8c; }

.index_yewu_r a {width:120px; overflow:hidden; height:110px; display:block; float:left; position:relative; border-right:1px #e6e6e6 solid; /*background:#FFF;*/ transition: all 0.2s linear 0s;}
.index_yewu_r a p {width:52px; overflow:hidden; font-size:50px; height:70px; line-height:70px; position:absolute; left:33px; top:18px; z-index:100; color:#7d7d7d; text-align:center; transition: all 0.2s linear 0s;}
.index_yewu_r a p img{ width:100%;}


.index_yewu_r a h1 {width:120px; overflow:hidden; height:30px; text-align:center; line-height:30px; font-size:15px; font-weight:100; color:#393a46; position:absolute; bottom:10px; left:0px; z-index:101; transition: all 0.2s linear 0s;}

.index_yewu_r a:hover {width:120px; overflow:hidden; height:110px; display:block; float:left; position:relative; background:#f1f1f1; transition: all 0.2s linear 0s;}
.index_yewu_r a:hover p {width:55px; overflow:hidden; font-size:50px; height:70px; line-height:70px; position:absolute; left:33px; top:18px; z-index:100; color:#0b58a8; text-align:center; transition: all 0.2s linear 0s;}
.index_yewu_r a:hover h1 {width:120px; overflow:hidden; height:30px; text-align:center; line-height:30px; font-size:15px; font-weight:100; color:#0b58a8; position:absolute; bottom:10px; left:0px; z-index:101; transition: all 0.2s linear 0s;}

.footer {width:100%; overflow:hidden; height:70px; background:#f1f1f1}
.footer_mian {width:1200px; overflow:hidden; height:70px; margin:0px auto}
.footer_mian div.left {width:500px; overflow:hidden; height:70px; display:block; float:left}
.footer_mian div.left h1 {width:100px; overflow:hidden; height:70px; float:left; line-height:70px; display:block; padding-right:5px; font-size:14px; color:#a7a7a7}
.footer_mian div.left h2 {width:375px; overflow:hidden; height:70px; float:left; line-height:70px; display:block; font-weight:100} 
.footer_mian div.left h2 div.bdsharebuttonbox {width:375px; overflow:hidden; height:35px; padding-top:15.5px}
.footer_mian div.left h2 div.bdsharebuttonbox a.bds_weixin {width:35px; overflow:hidden; height:35px; display:block; float:left; background:url(../images/wx.png) no-repeat center !important; margin:0px; padding:0px; margin-right:5px;}
.footer_mian div.left h2 div.bdsharebuttonbox a.bds_tsina {width:35px; overflow:hidden; height:35px; display:block; float:left; background:url(../images/xlwb.png) no-repeat center !important; margin:0px; padding:0px; display:none}

.footer_mian div.right {width:700px; overflow:hidden; height:70px; display:block; text-align:right; line-height:70px; float:left}
.footer_mian div.right a {width:auto; overflow:hidden; height:70px; font-size:14px; color:#666; line-height:70px; display:inline-block}
.footer_mian div.right span {width:2px; overflow:hidden; height:70px; display:inline-block; line-height:70px; font-size:14px; color:#666; padding-left:15px; padding-right:15px;}

.footer_bq {width:100%; overflow:hidden; height:auto; padding-top:15PX; padding-bottom:15PX; text-align:center; line-height:28px; font-size:13px; color:#666}

/*分类*/
.fenlei {width:100%; overflow:hidden; height:80px; background:#fff;}
.fenlei_m {width:1200px; overflow:hidden; height:80px; margin:0px auto}
.fenlei_m_l {width:500px; overflow:hidden; height:80px; float:left}
.fenlei_m_l i {width:11px; overflow:hidden; height:80px; background:url(../images/wz_ico.png) center no-repeat; padding-right:5px; float:left; display:block}
.fenlei_m_l p {width:auto; overflow:hidden; height:80px; display:block; float:left; line-height:80px; font-size:14px;}
.fenlei_m_l p a {color:#666; font-weight:bold; display:inline-block}
.fenlei_m_l p a:hover {color:#19528c; font-weight:bold; display:inline-block}

.fenlei_m_r {width:700px; overflow:hidden; height:80px; float:left; text-align:right;}
.fenlei_m_r a {width:auto; overflow:hidden; height:80px; display:inline-block; font-size:14px; color:#666; margin-left:30px; line-height:80px;}
.fenlei_m_r a:hover {width:auto; overflow:hidden; height:80px; display:inline-block; font-size:14px; color:#19528c; background:url(../images/hx1_k.jpg) bottom repeat-x; margin-left:30px; line-height:80px; font-weight:bold; text-decoration:none}
.fenlei_m_r a.ahover {width:auto; overflow:hidden; height:80px; display:inline-block; font-size:14px; color:#19528c; background:url(../images/hx1_k.jpg) bottom repeat-x; margin-left:30px; line-height:80px; font-weight:bold; text-decoration:none}

/*分页*/
.fenye {width:100; overflow:hidden; margin:0px auto; margin-top:50px; margin-bottom:50px; text-align:center}
.fenye a {width:auto; display:inline-block; height:40px; line-height:40px; color:#666; padding-left:16px; border:1px solid #d4d4d4; padding-right:16px; font-size:16px; transition: all 0.2s linear 0s; margin-left:5px; margin-right:5px;}
.fenye a:hover {width:auto; display:inline-block; height:40px; line-height:40px; color:#fff !important; border:1px solid #2567aa; background:#2567aa; text-decoration:none; font-size:16px; transition: all 0.2s linear 0s; margin-left:5px; margin-right:5px;}
.fenye a.ahover {width:auto; display:inline-block; height:40px; line-height:40px; color:#fff !important; border:1px solid #2567aa; background:#2567aa; text-decoration:none; font-size:16px; transition: all 0.2s linear 0s; margin-left:5px; margin-right:5px;}
.fenye div {width:auto !important; display:inline-block !important; height:42px !important; line-height:42px !important; color:#666 !important; padding-left:16px !important; border:1px solid #d4d4d4 !important; padding-right:16px !important; font-size:16px !important; transition: all 0.2s linear 0s !important; margin-left:5px !important; margin-right:5px !important; font-size:14px !important; font-weight:100 !important; float:right !important; margin-top:0px !important}
.fenye div.pagelistbox {width:auto !important; border:0px !important;}
.fenye div.pagelistbox strong {width:auto; display:inline-block; height:40px; line-height:40px; color:#fff !important; padding-left:16px; border:1px solid #c4985b; padding-right:16px; background:#c4985b; text-decoration:none; font-size:16px; transition: all 0.2s linear 0s; margin-left:5px !important; margin-right:5px !important;}

/*新闻*/
.news_banner {width:100%; overflow:hidden; height:160px; display:block; background:url(../images/news_banner.jpg) center no-repeat}
.news_banner1 {width:100%; overflow:hidden; height:290px; display:block; background:url(../images/news_banner1.jpg) center no-repeat}
.news_ss {width:100%; overflow:hidden; height:90px; background:#f3f3f3}
.news_ssmain {width:1200px; overflow:hidden; height:90px; margin:0px auto}
.news_ssmain ul li.bt {width:80px; overflow:hidden; height:90px; float:left; font-size:14px; color:#333; text-align:left; line-height:90px;}
.news_ssmain ul li.wbk {width:500px; overflow:hidden; height:40px; padding-top:25px; padding-bottom:25px; float:left}
.news_ssmain ul li.wbk input {width:459px; overflow:hidden; height:38px; background:#fff; border:1px solid #eaeaea; border-right:0px; padding-left:20px; padding-right:20px; font-size:14px; line-height:35px; color:#999}
.news_ssmain ul li.an {width:100px; overflow:hidden; height:40px; float:left; padding-top:25px; padding-bottom:25px;}
.news_ssmain ul li.an button {width:100px; overflow:hidden; height:40px; border:0px; background:url(../images/so_an.png) #c2c2c2; transition: all 0.3s linear 0s;}
.news_ssmain ul li.an button:hover {width:100px; overflow:hidden; height:40px; border:0px; background:url(../images/so_an.png) #2567aa; transition: all 0.3s linear 0s;}
.news_ssmain ul li.hot {width:490px; overflow:hidden; padding-left:30px; text-align:left; line-height:90px; float:left; font-size:14px; color:#666;}
.news_ssmain ul li.hot a {color:#666; padding-left:15px;}
.news_ssmain ul li.hot a:hover {color:#966d32; padding-left:15px;}

.news_listm {width:100%; overflow:hidden; background:url(../images/news_bg.jpg) center repeat-y}
.news_listm_sub {width:1200px; overflow:hidden; margin:0px auto}
.news_listm_sub_l {width:849px; overflow:hidden; float:left}
.news_listm_sub_l_tt {width:813px; overflow:hidden; padding:18px; background:#f5f4f4; margin-top:20px; transition: all 0.3s linear 0s;}
.news_listm_sub_l_tt:hover {width:813px; overflow:hidden; padding:18px; background:#e2e2e2; margin-top:20px; transition: all 0.3s linear 0s;}
.news_listm_sub_l_tt ul li.img {width:276px; overflow:hidden; height:202px; float:left}
.news_listm_sub_l_tt ul li.img img {width:276px; overflow:hidden; height:202px; display:block}
.news_listm_sub_l_tt ul li.wz {width:517px; overflow:hidden; height:202px; float:right}
.news_listm_sub_l_tt ul li.wz a {color:#333; width:517px; overflow:hidden; height:202px; display:block}
.news_listm_sub_l_tt ul li.wz a:hover {color:#956c32; width:517px; overflow:hidden; height:202px; display:block; text-decoration:none}
.news_listm_sub_l_tt ul li.wz a h1 {width:517px; overflow:hidden; text-align:left; font-size:18px; line-height:30px; font-weight:100; color:#333}
.news_listm_sub_l_tt ul li.wz a h2 {width:517px; overflow:hidden; height:30px; text-align:left; line-height:30px; color:#1e60a3; font-size:25px; font-weight:800; padding-top:10px;}
.news_listm_sub_l_tt ul li.wz a p {width:517px; overflow:hidden; text-align:left; line-height:20px; padding-top:10px; font-size:14px; color:#929292}

.news_listm_sub_l_tt ul li.wz a:hover h1 {width:517px; overflow:hidden; text-align:left; font-size:18px; line-height:30px; font-weight:100; color:#1e60a3}
.news_listm_sub_l_tt ul li.wz a:hover h2 {width:517px; overflow:hidden; height:30px; text-align:left; line-height:30px; color:#19528c; font-size:25px; font-weight:800; padding-top:10px;}
.news_listm_sub_l_tt ul li.wz a:hover p {width:517px; overflow:hidden; text-align:left; line-height:20px; padding-top:10px; font-size:14px; color:#929292}

.news_listm_sub_l_lb {width:849px; overflow:hidden; background:#fff; transition: all 0.3s linear 0s;}
.news_listm_sub_l_lb ul {width:849px; overflow:hidden; display:block; margin-top:20px;}
.news_listm_sub_l_lb ul li.img {width:140px; overflow:hidden; height:100px; float:left}
.news_listm_sub_l_lb ul li.img img {width:100%; overflow:hidden; height:100%; display:block}

.news_listm_sub_l_lb ul li.wz {width:730px; overflow:hidden; height:98px; border:1px solid #e5e5e5; background:#fff; float:left; padding-left:30px; transition: all 0.3s linear 0s;}
.news_listm_sub_l_lb ul li.wz:hover {width:730px; overflow:hidden; height:98px; border:1px solid #e5e5e5; /* background:#eee; */ float:left; padding-left:30px; transition: all 0.3s linear 0s;}
.news_listm_sub_l_lb ul li.wz a {color:#333; width:680px; overflow:hidden; height:98px; display:block}
.news_listm_sub_l_lb ul li.wz a:hover {color:#956c32; width:730px; overflow:hidden; height:98px; display:block; text-decoration:none}
.news_listm_sub_l_lb ul li.wz a h1 {width:680px; overflow:hidden; text-align:left; font-size:16px; line-height:30px; padding-top:10px; font-weight:100; color:#333}
.news_listm_sub_l_lb ul li.wz a p {width:680px; overflow:hidden; text-align:left; line-height:20px; font-size:14px; color:#aaa}
.news_listm_sub_l_lb ul li.wz a:hover h1 {width:680px; overflow:hidden; text-align:left; font-size:16px; line-height:30px; padding-top:10px; font-weight:100; color:#1e5c9c;font-weight:bold;}
.news_listm_sub_l_lb ul li.wz a:hover p {width:680px; overflow:hidden; text-align:left; line-height:20px; font-size:14px; color:#aaa; text-decoration:none}

.news_listm_sub_l_lb ul li.rq {width:83px; overflow:hidden; height:100px; float:right; background:#e8e8e8;}
.news_listm_sub_l_lb ul li.rq h1 {width:83px; overflow:hidden; text-align:center; line-height:35px; font-size:40px; font-weight:100; padding-top:15px; color:#cacaca}
.news_listm_sub_l_lb ul li.rq h2 {width:83px; overflow:hidden; text-align:center; line-height:35px; font-size:24px; font-weight:100; padding-top:3px; color:#cacaca;}


.news_listm_sub_r {width:303px; overflow:hidden; float:right; padding-left:28px;}
.news_listm_sub_r div.gg {width:303px; overflow:hidden; }
.news_listm_sub_r div.gg h1 {width:303px; overflow:hidden; margin-bottom:20px;}
.news_listm_sub_r div.gg h1 img {width:303px; overflow:hidden; height:auto; display:block; opacity:0.8; filter:alpha(opacity=80); /* IE8 及其更早版本 */}
.news_listm_sub_r div.gg h1 img:hover {width:303px; overflow:hidden; height:auto; display:block; opacity:1.0; filter:alpha(opacity=100); /* IE8 及其更早版本 */}

.news_listm_sub_r div.gg1 {width:303px; overflow:hidden; position:fixed; top:100px; z-index:9999}
.news_listm_sub_r div.gg1 h1 {width:303px; overflow:hidden; margin-bottom:20px;}
.news_listm_sub_r div.gg1 h1 img {width:303px; overflow:hidden; height:auto; display:block; opacity:0.8; filter:alpha(opacity=80); /* IE8 及其更早版本 */}
.news_listm_sub_r div.gg1 h1 img:hover {width:303px; overflow:hidden; height:auto; display:block; opacity:1.0; filter:alpha(opacity=100); /* IE8 及其更早版本 */}


.news_show {width:849px; overflow:hidden; padding-top:30px; position:relative}
.news_show h1 {width:849px; overflow:hidden; text-align:left; line-height:40px; font-size:24px; color:#333; font-weight:100}
.news_show h2 {idth:849px; overflow:hidden; height:30px; text-align:left; line-height:30px; font-size:14px; color:#666; font-weight:100; padding-top:30px;}
.news_show h3 {width:90px; overflow:hidden; height:32px; border:1px solid #ddd; border-radius:3px; text-align:center; position:absolute; top:30px; right:0px;}
.news_show h3 a {width:90px; overflow:hidden; height:32px; display:block; text-align:center; line-height:32px; font-size:14px; color:#666; background:#FFF; transition: all 0.3s linear 0s; font-weight:100}
.news_show h3 a:hover {width:90px; overflow:hidden; height:32px; display:block; text-align:center; line-height:32px; font-size:14px; color:#956c32; background:#f2f2f2; transition: all 0.3s linear 0s; font-weight:100; text-decoration:none}
.news_show h4 {width:260px; overflow:hidden; height:32px; text-align:left; line-height:32px; font-size:14px; color:#999; position:absolute; bottom:0px; right:100px;}
.news_show h4 b {width:60px; overflow:hidden; height:32px; display:block; text-align:left; float:left}
.news_show h4 div.bdsharebuttonbox {width:200px; overflow:hidden; height:32px; display:block; text-align:left; float:left}
.news_show h4 div.bdsharebuttonbox a.bds_weixin {width:32px; overflow:hidden; height:32px; margin:0px; padding:0px; background:url(../images/weixin.png); margin-right:5px;}
.news_show h4 div.bdsharebuttonbox a.bds_tsina {width:32px; overflow:hidden; height:32px; margin:0px; padding:0px; background:url(../images/weibo.png); margin-right:5px;}
.news_show h4 div.bdsharebuttonbox a.bds_qzone {width:32px; overflow:hidden; height:32px; margin:0px; padding:0px; background:url(../images/kongjian.png); margin-right:5px;}
.news_show h4 div.bdsharebuttonbox a.bds_sqq {width:32px; overflow:hidden; height:32px; margin:0px; padding:0px; background:url(../images/qq.png); margin-right:5px;}

.yinyan {width:849px; overflow:hidden; padding-top:30px;}
.yinyan div.top {width:849px; overflow:hidden; height:59px; background:url(../images/yy_top.png) center no-repeat}
.yinyan div.cen {width:800px; overflow:hidden; background:url(../images/yy_cen.png) center repeat-y; text-align:left; line-height:25px; font-size:14px; padding-top:10px; padding-bottom:10px; padding-left:20px; padding-right:29px; color:#FFF}
.yinyan div.bot {width:849px; overflow:hidden; height:14px; background:url(../images/yy_bot.png)}

.zhengwen {width:849px; overflow:hidden; text-align:left; line-height:30px; font-size:14px; color:#333; padding-top:30px;}
.zhengwen p { margin-bottom:15px;}
.zhengwen img {width:auto !important; overflow:hidden !important; max-width:540px !important; height:auto !important; display:block !important; margin:0px auto !important; margin-bottom:15px !important; margin-top:15px !important;}
.zhengwen iframe {width:100%; overflow:hidden; height:470px;}
.topdown {width:849px; overflow:hidden; padding-top:20px; margin-top:20px; border-top:1px dotted #ddd; padding-bottom:30px;}


/*走进世茂*/
.zjsm_banner {width:100%; overflow:hidden; height:160px; display:block; background:url(../images/banner.jpg) center no-repeat}

.zjsm_main {width:100%; overflow:hidden; background:url(../images/about_bot.jpg) center bottom no-repeat #fdfdfd; padding-bottom:500px;}
.zjsm_main_about {width:1200px; overflow:hidden; height:429px; margin:0px auto; background:url(../images/about_bg.jpg); position:relative}
.zjsm_main_about h1 {width:640px; overflow:hidden; text-align:left; line-height:30px; font-size:14px; color:#666; font-weight:100; position:absolute; left:526px; top:115px; z-index:1000}

.zjsm_main_about1 {width:1200px; overflow:hidden; margin:0px auto; margin-top:15px;}
.zjsm_main_about1 h1 {width:1200px; overflow:hidden; height:63px; text-align:left}
.zjsm_main_about1 h2 {width:1200px; overflow:hidden; text-align:left; line-height:30px; font-size:14px; color:#666; font-weight:100; margin:0px auto; padding-top:20px; padding-bottom:40px;}

.zjsm_csr {width:1200px; overflow:hidden; height:901px; margin:0px auto; background:url(../images/chuangshiren_bg.jpg) center; position:relative}
.zjsm_csr h1 {width:auto; overflow:hidden; font-size:38px; color:#c4985b; position:absolute; left:50px; top:50px; font-weight:100}
.zjsm_csr h1 span {font-size:24px; padding-left:10px;}
.zjsm_csr h2 {width:460px; overflow:hidden; position:absolute; left:50px; top:127px; text-align:left; font-size:16px; color:#333; font-weight:100}
.zjsm_csr h2 i {width:11px; overflow:hidden; height:11px; background:url(../images/icon_1.png); display:inline-block; margin-right:5px;}
.zjsm_csr h2 span {padding-right:10px; display:inline-block}
.zjsm_csr div.xrmimg {width:514px; overflow:hidden; height:320px; position:absolute; top:; left:25px; top:170px; z-index:999}
.zjsm_csr div.xrmimg img {width:514px; overflow:hidden; height:320px; display:block}

.zjsm_csr div.csrabout {width:540px; overflow:hidden; text-align:left; line-height:30px; font-size:16px; color:#666; position:absolute; top:127px; left:665px;}
.zjsm_csr div.csrzhi {width:540px; overflow:hidden; text-align:left; line-height:30px; font-size:16px; color:#666; position:absolute; top:517px; left:665px;}
.zjsm_csr div.csrzhi p {width:auto; overflow:hidden; display:block; height:35px; line-height:32px; background:url(../images/icon_2.png) left no-repeat; padding-left:25px;}

.zjsm_city_jj1 {width:100%; overflow:hidden; background:url(../images/csdb_bg1.jpg) bottom no-repeat; padding-bottom:700px; margin:0px auto;}
.zjsm_city_jj1 h1 {width:1200px; overflow:hidden; text-align:left; margin:0px auto; margin-top:30px;}
.zjsm_city_jj1 div {width:1200px; overflow:hidden; text-align:left; margin:0px auto; line-height:30px; font-size:16px; color:#666; font-weight:100}

.zjsm_city_jj2 {width:1200px; overflow:hidden; height:529px; background:url(../images/csdb_bg2.jpg); margin:0px auto; position:relative}
.zjsm_city_jj2 h1.wz1 {width:520px; overflow:hidden; text-align:left; line-height:30px; font-size:18px; color:#666; position:absolute; top:90px; left:60px; font-weight:100}
.zjsm_city_jj2 h1.wz2 {width:520px; overflow:hidden; text-align:left; line-height:30px; font-size:18px; color:#666; position:absolute; top:90px; left:686px; font-weight:100}

.dbxl_title {width:1200px; overflow:hidden; height:150px; margin:0px auto; position:relative}
.dbxl_title p {width:240px; overflow:hidden; height:1px; display:block; position:absolute; left:480px; top:74.5px; z-index:100; background:#666}
.dbxl_title h1 {width:140px; overflow:hidden; height:150px; text-align:center; line-height:150px; font-size:18px; color:#333; position:absolute; left:530px; background:#FFF; top:0px; z-index:101}

.dbxl_gd {width:1366px; overflow:hidden; height:400px; margin:0px auto; ZOOM: 1; POSITION: relative; margin-bottom:40px;}
.dbxl_gd .LeftBotton {width:60px; overflow:hidden; height:60px; font-size:60px; line-height:60px; color:#777; position:absolute; left:5px; top:140px; z-index:999999; cursor:pointer; transition: all 0.1s linear 0s; background:url(../images/left_jj.jpg) center no-repeat}
.dbxl_gd .LeftBotton:hover {width:60px; overflow:hidden; height:60px; font-size:60px; line-height:60px; color:#666; position:absolute; left:5px; top:140px; z-index:999999; cursor:pointer; transition: all 0.1s linear 0s; background:url(../images/left_jj.jpg) center no-repeat}
.dbxl_gd .RightBotton {width:60px; overflow:hidden; height:60px; font-size:60px; line-height:60px; color:#777; position:absolute; right:5px; top:140px; z-index:999999; cursor:pointer; transition: all 0.1s linear 0s; background:url(../images/right_jj.jpg) center no-repeat}
.dbxl_gd .RightBotton:hover {width:60px; overflow:hidden; height:60px; font-size:60px; line-height:60px; color:#666; position:absolute; right:5px; top:140px; z-index:999999; cursor:pointer; transition: all 0.1s linear 0s; background:url(../images/right_jj.jpg) center no-repeat}




.dbxl_gd .Cont {width:1205px; overflow:hidden; margin:0px auto; padding-left:1px; padding-right:0px;}
.dbxl_gd .box {width:239px; overflow:hidden; float:left; padding-left:2px}
.dbxl_gd .box a {width:239px; overflow:hidden; display:block}
.dbxl_gd .box a:hover {width:239px; overflow:hidden; display:block; color:#7a4b14 !important; text-decoration:none}
.dbxl_gd .box img {width:238.4px; overflow:hidden; height:341px; display:block; opacity:1; filter:alpha(opacity=100); /* IE8 及其更早版本 */}
.dbxl_gd .box a:hover img {width:238.4px; overflow:hidden; height:341px; display:block; opacity:0.8; filter:alpha(opacity=80); /* IE8 及其更早版本 */}
.dbxl_gd .box h1 {width:225px; overflow:hidden; text-align:left; line-height:25px; font-size:14px; color:#666; font-weight:100; padding-top:15px; padding-left:0px; padding-right:14px; padding-bottom:10px;}
.dbxl_gd .box h1 i {width:30px; overflow:hidden; height:30px; line-height:30px; display:block; float:left; font-size:30px; color:#949494}
.dbxl_gd .box h1 span {width:auto; display:block; float:left; padding-right:10px; text-align:left; font-size:16px; color:#333; line-height:26px; font-weight:bold}
.dbxl_gd .box h2 {width:200px; overflow:hidden; text-align:left; line-height:25px; font-size:14px; color:#666; padding-left:20px; padding-right:19px; font-weight:100; display:none}
.dbxl_gd .box a:hover h1 {width:225px; overflow:hidden; text-align:left; line-height:25px; font-size:14px; color:#7a4b14; font-weight:100; padding-top:15px; padding-left:0px; padding-right:14px; padding-bottom:10px;}

.zjsm_city_show {width:1200px; overflow:hidden; margin:0px auto; padding-top:50px; padding-bottom:60px;}
.zjsm_city_show div.left {width:514px; overflow:hidden; float:left}
.zjsm_city_show div.left img {width:514px; overflow:hidden; height:auto; display:block}
.zjsm_city_show div.right {width:660px; overflow:hidden; float:right}
.zjsm_city_show div.right h1 {width:610px; overflow:hidden; height:40px; text-align:left; line-height:35px; font-size:18px; color:#333; background:url(../images/db_icon.png) left no-repeat; padding-left:50px;}
.zjsm_city_show div.right h2 {width:610px; overflow:hidden; height:40px; text-align:left; line-height:35px; font-size:16px; color:#666; background:url(../images/dz_icon.png) left no-repeat; padding-left:50px; font-weight:100; margin-top:15px;}
.zjsm_city_show div.right h3 {width:610px; overflow:hidden; text-align:left; line-height:30px; font-size:14px; color:#666; background:url(../images/jj_icon.png) 0px 7px no-repeat; padding-left:50px; font-weight:100; margin-top:15px;}

.zjsm_zhanlve {width:100%; overflow:hidden; background:#fdfdfd}
.zjsm_zhan_ytly {width:1200px; overflow:hidden; margin:0px auto}
.zjsm_zhan_ytly h1 {width:auto; overflow:hidden; height:auto; text-align:left; padding-top:20px;}
.zjsm_zhan_ytly div.sub {width:1200px; overflow:hidden; height:500px; position:relative; background:url(../images/ytly.png) right top no-repeat}
.zjsm_zhan_ytly h3.shuoming {width: 360px;
overflow: hidden;
height: 256px;
background: url(../images/zl_sub1.png);
position: absolute;
left: 40px;
top: 30px;
text-align: left;
line-height: 25px;
font-size: 14px;
color: #333;
font-weight: 100;
padding-top: 30px;
padding-left: 40px;
padding-right: 40px;}

.zjsm_zhan_buju {width:1200px; overflow:hidden; height:498px; background:url(../images/buju.jpg); margin:0px auto; position:relative}
.zjsm_zhan_buju h1 {width:auto; overflow:hidden; padding:6px; background:#c4985b; color:#FFF; font-size:18px; position:absolute; left:30px; top:50px;}
.zjsm_zhan_buju h2 {width:auto; overflow:hidden; padding:6px; color:#c4985b; font-size:22px; position:absolute; left:25px; top:90px;}
.zjsm_zhan_buju p {width:520px; overflow:hidden; text-align:left; line-height:30px; font-size:16px; color:#666; position:absolute; top:120px; left:626px; display:block}

.zjsm_zhan_jingying {width:1200px; overflow:hidden; height:389px; background:url(../images/wjjy.jpg); margin:0px auto; position:relative; padding-bottom:20px;}
.zjsm_zhan_jingying p {width:660px; overflow:hidden; text-align:left; line-height:33px; font-size:16px; color:#666; position:absolute; top:150px; left:0px; display:block}
.zjsm_zhan_jingying h1.jt {width:auto; overflow:hidden; font-size:14px; line-height:20px; color:#c4985b; position:absolute; left:758px; top:282px; font-weight:100}
.zjsm_zhan_jingying h2.jt {width:auto; overflow:hidden; font-size:16px; line-height:40px; color:#c4985b; position:absolute; left:750px; top:330px; font-weight:100}
.zjsm_zhan_jingying h2.jt b { font-size:36px; padding-left:5px;}

.zjsm_zhan_jingying h1.td {width:auto; overflow:hidden; font-size:14px; line-height:20px; color:#c4985b; position:absolute; left:1024px; top:300px; font-weight:100}
.zjsm_zhan_jingying h2.td {width:auto; overflow:hidden; font-size:16px; line-height:40px; color:#c4985b; position:absolute; left:1020px; top:330px; font-weight:100}
.zjsm_zhan_jingying h2.td b { font-size:36px; padding-left:5px;}


/*企业财报*/
.tzzgx_banner {width:100%; overflow:hidden; height:160px; display:block; background:url(../images/banner.jpg) center no-repeat}
.tzzgx_wrap {width:100%; overflow:hidden;  background:url(../images/news_bg.jpg) center repeat-y #fff; border-top:1px solid #eaeaea}

.tzzgx_wrap_sub {width:1200px; overflow:hidden; margin:0px auto}
.tzzgx_wrap_sub_l {width:849px; overflow:hidden; float:left}

#wrapper {width: 849px; overflow:hidden; height:240px; position:relative; background:#eee; margin: 0 auto;margin-top: 20px;}
#tabs2 {width: 849px; overflow:hidden}
#tabs2 ul {width:849px; overflow:hidden; height:60px; background:#f4f4f4; display:block; position:absolute; bottom:0px; left:0px; z-index:999999; text-align:right}
#tabs2 ul li {width:auto; overflow:hidden; height:60px; text-align:center; display:inline-block; line-height:60px;}
#tabs2 ul li a {width:auto; overflow:hidden; height:60px; display:block; padding-left:20px; padding-right:20px; line-height:60px; font-size:14px; color:#333; background:#f4f4f4; text-decoration:none}
#tabs2 ul li a:hover {width:auto; overflow:hidden; height:60px; display:block; padding-left:20px; padding-right:20px; line-height:60px; font-size:14px; color:#333; background:#eee; text-decoration:none}
.tabulous_active {background:#eee !important;color: #333 !important;}
.tabulousclear {display: block;clear: both;}

#tabs_container {width:849px; overflow:hidden; height:180px !important; position: relative;}
#tabs_container div#tabs-1 {width:809px; overflow:hidden; height:140px; padding:20px; position:absolute; left:0px !important; top:0px !important;}
#tabs_container div#tabs-2 {width:809px; overflow:hidden; height:140px; padding:20px; position:absolute; left:0px !important; top:0px !important;}
#tabs_container div#tabs-1,div#tabs-2 table td {color:#666; font-size:14px}


.transition {-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;
-webkit-transition-delay: .3s;-moz-transition-delay: .3s;-o-transition-delay: .3s;-ms-transition-delay: .3s;transition-delay: .3s;}
.make_transist {-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.hidescale {-webkit-transform: scale(0.9);-moz-transform: scale(0.9);-o-transform: scale(0.9);-ms-transform: scale(0.9);transform: scale(0.9);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);filter: alpha(opacity=0);opacity: 0;}
.showscale {-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);opacity: 1;-webkit-transition-delay: .3s;-moz-transition-delay: .3s;-o-transition-delay: .3s;-ms-transition-delay: .3s;transition-delay: .3s;}
.hideleft {-webkit-transform: translateX(-100%);-moz-transform: translateX(-100%);-o-transform: translateX(-100%);-ms-transform: translateX(-100%);transform: translateX(-100%);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);opacity: 0;}
.showleft {-webkit-transform: translateX(0px);-moz-transform: translateX(0px);-o-transform: translateX(0px);-ms-transform: translateX(0px);transform: translateX(0px);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);opacity: 1;
-webkit-transition-delay: .3s;-moz-transition-delay: .3s;-o-transition-delay: .3s;-ms-transition-delay: .3s;transition-delay: .3s;}
.hidescaleup {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);opacity: 0;}
.showscaleup {-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);opacity: 1;
-webkit-transition-delay: .3s;-moz-transition-delay: .3s;-o-transition-delay: .3s;-ms-transition-delay: .3s;transition-delay: .3s;}
.hideflip {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);opacity: 0;
-webkit-transform: rotatey(-90deg) scale(1.1);-moz-transform: rotatey(-90deg) scale(1.1);-o-transform: rotatey(-90deg) scale(1.1);-ms-transform: rotatey(-90deg) scale(1.1);transform: rotatey(-90deg) scale(1.1);-webkit-transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;transform-origin: 50% 50%;}
.showflip {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);opacity: 1;
-webkit-transition-delay: .3s;-moz-transition-delay: .3s;-o-transition-delay: .3s;-ms-transition-delay: .3s;transition-delay: .3s;
-webkit-transform: rotatey(0deg) scale(1);-moz-transform: rotatey(0deg) scale(1);-o-transform: rotatey(0deg) scale(1);-ms-transform: rotatey(0deg) scale(1);transform: rotatey(0deg) scale(1);
-webkit-transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;transform-origin: 50% 50%;}


.tzzgx_list {width:849px; overflow:hidden; padding-bottom:50px;}
.tzzgx_list h1 {width:auto; overflow:hidden; height:30px; text-align:left; margin-top:30px;}
.tzzgx_list h1 span {width:10px; height:30px; display:block; float:left; background:#d0a35b}
.tzzgx_list h1 p {width:auto; overflow:hidden; padding-left:40px; padding-right:100px; height:30px; font-size:14px; line-height:30px; color:#666; display:block; float:left; background:#eee; font-weight:100}
.tzzgx_list h1 a { float:right; height:30px; line-height:30px; font-size:12px; font-weight:100}
.tzzgx_list ul li {width:849px; overflow:hidden; height:82px; margin-top:20px;}
.tzzgx_list ul li a {width:849px; overflow:hidden; height:82px; display:block; background:#fff; transition: all 0.3s linear 0s;}
.tzzgx_list ul li a:hover {width:849px; overflow:hidden; height:82px; display:block; background:#eaeaea; transition: all 0.3s linear 0s;}
.tzzgx_list ul li a  h2 {width:159px; overflow:hidden; float:left; height:80px; text-align:center; line-height:80px; color:#c4985b; font-size:18px; border:1px solid #ddd; border-right:0px;}
.tzzgx_list ul li a  h3 {width:607px; overflow:hidden; float:left; height:80px; text-align:left; line-height:80px; color:#666; font-size:18px; border:1px solid #ddd; border-right:0px; border-left:0px;}
.tzzgx_list ul li a  h4 {width:82px; overflow:hidden; height:82px; float:right; background:url(../images/xzicon.png) center no-repeat #c4985b}

.tzzgx_wrap_sub_r {width:303px; overflow:hidden; float:right; padding-left:28px; padding-top:20px;}
.tzzgx_wrap_sub_r div.gg {width:303px; overflow:hidden; }
.tzzgx_wrap_sub_r div.gg h1 {width:303px; overflow:hidden; margin-bottom:20px;}
.tzzgx_wrap_sub_r div.gg h1 img {width:303px; overflow:hidden; height:auto; display:block; opacity:0.8; filter:alpha(opacity=80); /* IE8 及其更早版本 */}
.tzzgx_wrap_sub_r div.gg h1 img:hover {width:303px; overflow:hidden; height:auto; display:block; opacity:1.0; filter:alpha(opacity=100); /* IE8 及其更早版本 */}

.tzzgx_wrap_sub_r div.gg1 {width:303px; overflow:hidden; position:fixed; top:100px; z-index:9999}
.tzzgx_wrap_sub_r div.gg1 h1 {width:303px; overflow:hidden; margin-bottom:20px;}
.tzzgx_wrap_sub_r div.gg1 h1 img {width:303px; overflow:hidden; height:auto; display:block; opacity:0.8; filter:alpha(opacity=80); /* IE8 及其更早版本 */}
.tzzgx_wrap_sub_r div.gg1 h1 img:hover {width:303px; overflow:hidden; height:auto; display:block; opacity:1.0; filter:alpha(opacity=100); /* IE8 及其更早版本 */}

/*社会责任*/
.shzr_banner {width:100%; overflow:hidden; height:160px; display:block; background:url(../images/banner.jpg) center no-repeat}

.shzr_wrap {width:100%; overflow:hidden; background:#fdfdfd; border-top:1px solid #eaeaea;}
.shzr_wrap h1 {width:1200px; overflow:hidden; height:45px; text-align:left; margin:0px auto; margin-top:30px;}
.shzr_wrap h1 span {width:10px; height:45px; display:block; float:left; background:#d0a35b}
.shzr_wrap h1 p {width:auto; overflow:hidden; padding-left:80px; padding-right:80px; height:45px; font-size:24px; line-height:45px; color:#c4985b; display:block; float:left; background:#eee; font-weight:bold;}
.shzr_wrap h2 {width:1200px; overflow:hidden; text-align:left; margin:0px auto; line-height:30px; font-size:14px; color:#666; font-weight:100; padding-top:20px;}
.fupingh {width:1200px; overflow:hidden; height:401px; margin:0px auto; background:url(../images/zeren_bg.jpg); position:relative; margin-top:50px;}
.fupingh h3.bt1 {width:auto; overflow:hidden; text-align:left; font-size:24px; color:#c4985b; position:absolute; top:10px; left:70px; font-weight:100}
.fupingh h3.bt2 {width:auto; overflow:hidden; text-align:left; font-size:24px; color:#c4985b; position:absolute; top:10px; left:590px; font-weight:100}
.fupingh h3.bt3 {width:auto; overflow:hidden; text-align:left; font-size:24px; color:#c4985b; position:absolute; top:260px; left:590px; font-weight:100}
.fupingh div.bt1_1 {width:auto; overflow:hidden; text-align:left; line-height:20px; font-size:14px; color:#604031; position:absolute; top:75px; left:70px;}
.fupingh div.bt1_1 p {width:auto; overflow:hidden; font-size:18px; color:#c4985b; padding-bottom:7px;}
.fupingh div.bt1_2 {width:auto; overflow:hidden; text-align:left; line-height:20px; font-size:14px; color:#604031; position:absolute; top:140px; left:70px;}
.fupingh div.bt1_2 p {width:auto; overflow:hidden; font-size:18px; color:#c4985b; padding-bottom:7px;}
.fupingh div.bt1_3 {width:auto; overflow:hidden; text-align:left; line-height:20px; font-size:14px; color:#604031; position:absolute; top:220px; left:70px;}
.fupingh div.bt1_3 p {width:auto; overflow:hidden; font-size:18px; color:#c4985b; padding-bottom:7px;}
.fupingh div.bt1_4 {width:auto; overflow:hidden; text-align:left; line-height:20px; font-size:14px; color:#604031; position:absolute; top:285px; left:70px;}
.fupingh div.bt1_4 p {width:auto; overflow:hidden; font-size:18px; color:#c4985b; padding-bottom:7px;}
.fupingh div.bt1_5 {width:auto; overflow:hidden; text-align:left; line-height:20px; font-size:14px; color:#604031; position:absolute; top:350px; left:70px;}
.fupingh div.bt1_5 p {width:auto; overflow:hidden; font-size:18px; color:#c4985b; padding-bottom:7px;}
.fupingh div.bt1_6 {width:auto; overflow:hidden; text-align:left; line-height:20px; font-size:14px; color:#604031; position:absolute; top:100px; left:590px;}
.fupingh div.bt1_6 p {width:auto; overflow:hidden; font-size:18px; color:#c4985b; padding-bottom:7px;}
.fupingh div.bt1_7 {width:auto; overflow:hidden; text-align:left; line-height:20px; font-size:14px; color:#604031; position:absolute; top:300px; left:590px;}

.shzr_listwrap {width:100%; overflow:hidden; background:#fdfdfd; padding-bottom:50px; margin-top:50px;}
.shze_list {width:1210px; overflow:hidden; margin:0px auto; margin-top:30px;}
.shze_list ul li {width:236px; overflow:hidden; float:left; padding-left:5px;}
.shze_list ul li a {width:236px; overflow:hidden; height:370px; display:block; position:relative; transition: all 0.1s linear 0s;}
.shze_list ul li a img {width:236px; overflow:hidden; height:370px; display:block; opacity:1.0; filter:alpha(opacity=100); transition: all 0.1s linear 0s; -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -transform: scale(1,1);}
.shze_list ul li a h1 {width:236px; overflow:hidden; height:70px; background:url(../images/tm.png); position:absolute; bottom:0px; left:0px; z-index:100; transition: all 0.1s linear 0s;}
.shze_list ul li a h2 {width:206px; overflow:hidden; line-height:25px; font-size:12px; color:#FFF; position:absolute; top:310px; left:15px; z-index:101; transition: all 0.1s linear 0s;}
.shze_list ul li a h3 {width:206px; overflow:hidden; height:25px; line-height:20px; font-size:12px; color:#FFF; font-weight:100; position:absolute; top:330px; left:15px; z-index:101; transition: all 0.1s linear 0s;}

.shze_list ul li a:hover {width:236px; overflow:hidden; height:370px; display:block; position:relative; transition: all 0.1s linear 0s;}
.shze_list ul li a:hover img {width:236px; overflow:hidden; height:370px; display:block; opacity:0.8; filter:alpha(opacity=80); transition: all 0.1s linear 0s; -webkit-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -transform: scale(1.05,1.05);}

/*公益滚动*/
.gongyyy_gd {width:1366px; overflow:hidden; height:370px; margin:0px auto; ZOOM: 1; position:relative}
.gongyyy_gd .LeftBotton {width:60px; overflow:hidden; height:60px; font-size:60px; line-height:60px; color:#777; position:absolute; left:5px; top:140px; z-index:99999999999; cursor:pointer; transition: all 0.1s linear 0s; background:url(../images/left_jj.jpg) center no-repeat}
.gongyyy_gd .LeftBotton:hover {width:60px; overflow:hidden; height:60px; font-size:60px; line-height:60px; color:#666; position:absolute; left:5px; top:140px; z-index:99999999999; cursor:pointer; transition: all 0.1s linear 0s; background:url(../images/left_jj.jpg) center no-repeat}
.gongyyy_gd .RightBotton {width:60px; overflow:hidden; height:60px; font-size:60px; line-height:60px; color:#777; position:absolute; right:5px; top:140px; z-index:99999999999; cursor:pointer; transition: all 0.1s linear 0s; background:url(../images/right_jj.jpg) center no-repeat}
.gongyyy_gd .RightBotton:hover {width:60px; overflow:hidden; height:60px; font-size:60px; line-height:60px; color:#666; position:absolute; right:5px; top:140px; z-index:99999999999; cursor:pointer; transition: all 0.1s linear 0s; background:url(../images/right_jj.jpg) center no-repeat}

.gongyyy_gd .Cont {width:1205px; overflow:hidden; margin:0px auto; padding-left:1px; padding-right:0px;}
.gongyyy_gd .box {width:239px; overflow:hidden; float:left; padding-left:2px}
.gongyyy_gd .box a {width:239px; overflow:hidden; height:370px; display:block; position:relative}
.gongyyy_gd .box a:hover {width:239px; overflow:hidden; display:block; color:#7a4b14 !important; text-decoration:none}
.gongyyy_gd .box img {width:238.4px; overflow:hidden; height:370px; display:block; opacity:1; filter:alpha(opacity=100); /* IE8 及其更早版本 */}
.gongyyy_gd .box a:hover img {width:238.4px; overflow:hidden; height:370px; display:block; opacity:0.8; filter:alpha(opacity=80); /* IE8 及其更早版本 */}
.gongyyy_gd .box h1 {width:208.4px; overflow:hidden; line-height:20px; font-size:12px; color:#FFF; position:absolute; top:290px; left:15px; z-index:101; transition: all 0.1s linear 0s; word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.gongyyy_gd .box h2 {width:208.4px; overflow:hidden; height:50px; line-height:20px; font-size:12px; color:#FFF; font-weight:100; position:absolute; top:305px; left:15px; z-index:101; transition: all 0.1s linear 0s;}
.gongyyy_gd .box h3 {width:238.4px; overflow:hidden; height:90px; background:url(../images/tm.png); position:absolute; bottom:0px; left:0px; z-index:100; transition: all 0.1s linear 0s;}

.gongyyy_gd .box a:hover h1 {width:208.4px; overflow:hidden; line-height:25px; font-size:12px; color:#FFF; position:absolute; top:25px; left:15px; z-index:101; transition: all 0.1s linear 0s;}
.gongyyy_gd .box a:hover h2 {width:208.4px; overflow:hidden; height:auto; line-height:20px; font-size:12px; color:#FFF; font-weight:100; position:absolute; top:50px; left:15px; z-index:101; transition: all 0.1s linear 0s;}
.gongyyy_gd .box a:hover h3 {width:238.4px; overflow:hidden; height:370px; background:url(../images/tm.png); position:absolute; bottom:0px; left:0px; z-index:100; transition: all 0.1s linear 0s;}
/*公益滚结束动*/


.shzr_xiangmu {width:1200px; overflow:hidden; height:389px; margin:0px auto; position:relative; background:url(../images/juanzeng.jpg); margin-top:60px;}
.shzr_xiangmu h1.left {width:370px; overflow:hidden; height:40px; text-align:center; line-height:40px; font-size:16px; color:#c4985b; position:absolute; left:270px; bottom:0px;}
.shzr_xiangmu h2.left {width:370px; overflow:hidden; height:40px; text-align:left; line-height:40px; font-size:16px; color:#c4985b; position:absolute; left:0px; top:180px; font-weight:100}
.shzr_xiangmu h2.left strong {font-size:24px; font-weight:bold}
.shzr_xiangmu h3.left {width:370px; overflow:hidden; text-align:left; line-height:25px; font-size:12px; color:#7b5d50; position:absolute; left:0px; top:250px; font-weight:100}

.shzr_xiangmu h1.right {width:370px; overflow:hidden; height:40px; text-align:center; line-height:40px; font-size:16px; color:#c4985b; position:absolute; right:180px; bottom:0px;}
.shzr_xiangmu h2.right {width:200px; overflow:hidden; text-align:left; line-height:25px; font-size:16px; color:#c4985b; position:absolute; right:0px; top:80px; font-weight:100}
.shzr_xiangmu h2.right strong {font-size:24px; font-weight:bold}
.shzr_xiangmu h3.right {width:200px; overflow:hidden; text-align:left; line-height:25px; font-size:12px; color:#7b5d50; position:absolute; right:0px; top:140px; font-weight:100}

.shzr_huodong {width:1280px; overflow:hidden; margin:0px auto; margin-top:50px; padding-bottom:50px;}
.shzr_huodong ul li {width:580px; overflow:hidden; height:404px; padding-left:40px; float:left}
.shzr_huodong ul li a {width:580px; overflow:hidden; height:404px; display:block; background:url(../images/sub_bg.png); position:relative; transition: all 0.1s linear 0s;}
.shzr_huodong ul li a h1 {width:580px; overflow:hidden; height:60px; text-align:left; line-height:60px; font-size:20px; color:#333; position:absolute; top:0px; left:0px; transition: all 0.1s linear 0s;}
.shzr_huodong ul li a img {width:540px; overflow:hidden; height:283px; display:block; position:absolute; top:106px; left:20px; opacity:1.0; filter:alpha(opacity=100); transition: all 0.1s linear 0s; -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -transform: scale(1,1);}

.shzr_huodong ul li a:hover {width:580px; overflow:hidden; height:404px; display:block; background:url(../images/sub_bg.png); position:relative; transition: all 0.1s linear 0s;}
.shzr_huodong ul li a:hover h1 {width:580px; overflow:hidden; height:60px; text-align:left; line-height:60px; font-size:20px; color:#c4985b; position:absolute; top:0px; left:0px; transition: all 0.1s linear 0s;}
.shzr_huodong ul li a:hover img {width:540px; overflow:hidden; height:283px; display:block; position:absolute; top:106px; left:20px; opacity:0.9; filter:alpha(opacity=90); transition: all 0.1s linear 0s; -webkit-transform: scale(1.01,1.01); -moz-transform: scale(1.01,1.01); -transform: scale(1.01,1.01);}


/*联系世茂*/
.contct_banner {width:100%; overflow:hidden; height:160px; display:block; background:url(../images/banner.jpg) center no-repeat}
#focus {width:849px; height:190px; overflow:hidden; position:relative; margin-top:20px;}
#focus ul {height:190px; position:absolute;}
#focus ul li {float:left; width:849px; height:190px; overflow:hidden; position:relative;}
#focus ul li div.left {width:383px; overflow:hidden; height:130px; border:1px solid #eee; background:#FFF; padding:15px; text-align:left; line-height:25px; font-size:13px; color:#333; float:left}
#focus ul li div.left b {width:383px; overflow:hidden; height:30px; display:block; font-size:16px; line-height:30px;}
#focus ul li div.right {width:383px; overflow:hidden; height:130px; border:1px solid #eee; background:#FFF; padding:15px; text-align:left; line-height:25px; font-size:13px; color:#333; float:right}
#focus ul li div.right b {width:383px; overflow:hidden; height:30px; display:block; font-size:16px; line-height:30px;}


#focus .btnBg {position:absolute; width:849px; height:20px; left:0; bottom:0;}
#focus .btn {position:absolute; width:849px; height:4px; right:0; bottom:0; text-align:left;}
#focus .btn span {display:inline-block; _display:inline; _zoom:1; width:25px; height:10px; _font-size:0; margin-right:5px; cursor:pointer; background:#966d32;}
#focus .btn span.on {background:#fff;}
#focus .preNext {display:none}
#focus .pre {left:0;}
#focus .next {right:0; background-position:right top;}

.lxwm_qiehuan{width:849px; overflow:hidden; background:#f5f5f5; margin-top:60px; margin-bottom:20px;} 
#tab1 {width:849px; overflow:hidden; background:#f5f5f5}
#tab1 li {width:auto; overflow:hidden; padding-left:40px; padding-right:40px; height:70px; text-align:center; line-height:70px; border:0px; cursor:pointer; background:#eae6e3; font-size:14px; float:left}
#tab1 li.active {width:auto; overflow:hidden; padding-left:40px; padding-right:40px; height:70px; text-align:center; line-height:70px; border:0px; cursor:pointer; background:#f5f5f5; font-size:14px; float:left}
#tab11 {width:849px; overflow:hidden; height:70px; background:#eae6e3}

#tab2 {width:849px; overflow:hidden; border:0px}
#tab22 {width:849px; overflow:hidden; height:50px; border:0px}
#tab22 li {width:auto; overflow:hidden; height:50px; padding-left:18px; padding-right:18px; line-height:50px; font-size:14px; color:#333; background:none}
#tab22 li.active {width:auto; overflow:hidden; height:50px; padding-left:18px; padding-right:18px; line-height:50px; font-size:14px; color:#b78b4e; background:none; font-weight:bold}

#tab3 {width:849px; overflow:hidden; border:0px}
#tab33 {width:849px; overflow:hidden; height:50px; border:0px}
#tab33 li {width:auto; overflow:hidden; height:50px; padding-left:18px; padding-right:18px; line-height:50px; font-size:14px; color:#333; background:none}
#tab33 li.active {width:auto; overflow:hidden; height:50px; padding-left:18px; padding-right:18px; line-height:50px; font-size:14px; color:#b78b4e; background:none; font-weight:bold}


.box1 {width:849px; overflow:hidden; display:none}
.box2,.box3 { width:809px; display:none; background:#f5f5f5; padding:20px; padding-top:20px; padding-bottom:40px; line-height:25px !important; font-size:14px !important; color:#725327}  
.box2,.box3 h1 {width:809px; overflow:hidden; text-align:left; line-height:30px; font-size:16px; color:#675337}

.subnre { width:809px; background:#f5f5f5; padding:20px; padding-top:20px; padding-bottom:40px; line-height:25px !important; font-size:14px !important; color:#725327}  
.subnre h1 {width:809px; overflow:hidden; text-align:left; line-height:30px; font-size:16px; color:#675337}

.lianxi {width:849px; overflow:hidden; height:109px; background:url(../images/lianxi.jpg); margin-bottom:15px;}

.lxwm_jubao {width:1138px; overflow:hidden; padding:30px; border:1px solid #ddd; background:#fff; margin:0px auto; margin-top:30px; margin-bottom:30px; background:url(../images/ljjb_bg.jpg) right bottom no-repeat}
.lxwm_jubao td { font-size:14px; color:#333}
.lxwm_jubao td input.wbk {width:370px; overflow:hidden; height:38px; border:1px solid #c2cdd7; background:#fff; text-align:left; line-height:40px; font-size:14px; color:#666; padding-left:15px; padding-right:15px; border-radius:4px; transition: all 0.1s linear 0s;}
.lxwm_jubao td input.wbk:hover {width:370px; overflow:hidden; height:38px; border:1px solid #c2cdd7; background:#e4eaf0; text-align:left; line-height:40px; font-size:14px; color:#666; padding-left:15px; padding-right:15px; border-radius:4px; transition: all 0.1s linear 0s;}

.lxwm_jubao td textarea.wbqy {width:450px; overflow:hidden; height:100px; border:1px solid #c2cdd7; background:#fff; text-align:left; line-height:40px; font-size:14px; color:#666; padding-left:15px; padding-right:15px; border-radius:4px; transition: all 0.1s linear 0s;}
.lxwm_jubao td textarea.wbqy:hover {width:450px; overflow:hidden; height:100px; border:1px solid #c2cdd7; background:#e4eaf0; text-align:left; line-height:40px; font-size:14px; color:#666; padding-left:15px; padding-right:15px; border-radius:4px; transition: all 0.1s linear 0s;}

.lxwm_jubao td input.an {width:200px; overflow:hidden; height:50px; text-align:center; line-height:50px; font-size:18px; font-weight:bold; background:#c4985b; border:0px; border-radius:5px; color:#FFF; transition: all 0.1s linear 0s;}
.lxwm_jubao td input.an:hover {width:200px; overflow:hidden; height:50px; text-align:center; line-height:50px; font-size:18px; font-weight:bold; background:#f00; border:0px; border-radius:5px; color:#FFF; transition: all 0.1s linear 0s;}

.lxwm_jubao td input.fj {width:370px; overflow:hidden; height:38px; border:0px; background:#fff; text-align:left; line-height:40px; font-size:14px; color:#666; border-radius:4px; transition: all 0.1s linear 0s;}


/*加入世茂*/
.jiaru_banner {width:100%; overflow:hidden; height:160px; display:block; background:url(../images/banner.jpg) center no-repeat}
.jiaru_tu {width:1200px; overflow:hidden; margin:0px auto; margin-top:50px;}
.jiaru_tu img {width:1200px; overflow:hidden; display:block;}

.jiaru_sub {width:1200px; overflow:hidden; margin:0px auto; padding-bottom:50px;}
.jiaru_sub h1 {width:1200px; overflow:hidden; height:auto; text-align:left; padding-top:30px;}
.jiaru_sub div {width:1200px; overflow:hidden; text-align:left; line-height:35px; font-size:14px; margin-top:0px; margin-bottom:10px;}
.jiaru_sub div p {width:1200px; overflow:hidden; text-align:left; line-height:35px; display:block}
.jiaru_sub div p i {width:9px; overflow:hidden; height:9px; background:#966d32; border-radius:100px; display:block; float:left; margin-top:13px; margin-right:10px;}
.jiaru_sub ul li {width:280px; overflow:hidden; float:left; padding-right:20px;}
.jiaru_sub ul li img {width:280px; overflow:hidden; height:190px; display:block}


.yw_banner {width:100%; overflow:hidden; height:160px; display:block; background:url(../images/banner.jpg) center no-repeat}
.jr_banner {width:100%; overflow:hidden; height:160px; display:block; background:url(../images/banner.jpg) center no-repeat}



/*new投资者关系*/
.newtzzgx {width:1200px; overflow:hidden; height:612px; margin:0px auto; position:relative; background:url(../images/subite.jpg) left no-repeat}
.newtzzgx h1 {width:340px; overflow:hidden; text-align:left; line-height:30px; font-size:24px; font-weight:100; color:#af9065; position:absolute; top:80px; right:0px;}
.newtzzgx h2 {width:340px; overflow:hidden; text-align:left; line-height:30px; font-size:16px; font-weight:100; color:#af9065; position:absolute; top:140px; right:0px;}
.newtzzgx h3 {width:340px; overflow:hidden; text-align:left; line-height:30px; font-size:16px; font-weight:100; color:#af9065; position:absolute; top:230px; right:0px;}
.newtzzgx h4 {width:340px; overflow:hidden; text-align:left; line-height:30px; font-size:16px; font-weight:100; color:#af9065; position:absolute; bottom:100px; right:0px;}
.newtzzgx h4 i {width:20px; overflow:hidden; height:30px; display:block; float:left; text-align:left; line-height:30px; font-size:18px; color:#af9065}
.newtzzgx h4 a {color:#af9065}
.newtzzgx h4 a:hover {color:#f00}

/*new廉洁举报*/
.lianjiejb_m {width:100%; overflow:hidden; height:666px; background:url(../images/lianjie_bg.jpg) center no-repeat #fdfdfd;}
.lianjiejb_m div {width:1200px; overflow:hidden; height:666px; margin:0px auto; position:relative}
.lianjiejb_m div .sgBtn_wx {width:140px; overflow:hidden; height:140px; background:#c4985b; border-radius:100px; position:absolute; left:120px; bottom:160px; cursor:pointer; transition: all 0.1s linear 0s;}
.lianjiejb_m div .sgBtn_yj {width:140px; overflow:hidden; height:140px; background:#c4985b; border-radius:100px; position:absolute; left:320px; bottom:160px; cursor:pointer; transition: all 0.1s linear 0s;}
.lianjiejb_m div .sgBtn_dh {width:140px; overflow:hidden; height:140px; background:#c4985b; border-radius:100px; position:absolute; left:520px; bottom:160px; cursor:pointer; transition: all 0.1s linear 0s;}
.lianjiejb_m div .sgBtn_cj {width:140px; overflow:hidden; height:140px; background:#c4985b; border-radius:100px; position:absolute; left:720px; bottom:160px; cursor:pointer; transition: all 0.1s linear 0s;}
.lianjiejb_m div .sgBtn_gw {width:140px; overflow:hidden; height:140px; background:#c4985b; border-radius:100px; position:absolute; left:920px; bottom:160px; cursor:pointer; transition: all 0.1s linear 0s;}

.lianjiejb_m div .sgBtn_wx:hover {width:140px; overflow:hidden; height:140px; background:#975c06; border-radius:100px; position:absolute; left:120px; bottom:160px; cursor:pointer; transition: all 0.1s linear 0s;}
.lianjiejb_m div .sgBtn_yj:hover {width:140px; overflow:hidden; height:140px; background:#975c06; border-radius:100px; position:absolute; left:320px; bottom:160px; cursor:pointer; transition: all 0.1s linear 0s;}
.lianjiejb_m div .sgBtn_dh:hover {width:140px; overflow:hidden; height:140px; background:#975c06; border-radius:100px; position:absolute; left:520px; bottom:160px; cursor:pointer; transition: all 0.1s linear 0s;}
.lianjiejb_m div .sgBtn_cj:hover {width:140px; overflow:hidden; height:140px; background:#975c06; border-radius:100px; position:absolute; left:720px; bottom:160px; cursor:pointer; transition: all 0.1s linear 0s;}
.lianjiejb_m div .sgBtn_gw:hover {width:140px; overflow:hidden; height:140px; background:#975c06; border-radius:100px; position:absolute; left:920px; bottom:160px; cursor:pointer; transition: all 0.1s linear 0s;}

.lianjiejb_m div .sgBtn_wx i {width:50px; overflow:hidden; height:40px; margin:0px auto; display:block; color:#FFF; font-size:50px; line-height:50px; margin-top:32px}
.lianjiejb_m div .sgBtn_wx span {width:100px; text-align:center; overflow:hidden; line-height:30px; padding-left:20px; padding-right:20px; font-size:24px; color:#FFF; display:block}

.lianjiejb_m div .sgBtn_yj i {width:50px; overflow:hidden; height:40px; margin:0px auto; display:block; color:#FFF; font-size:50px; line-height:50px; margin-top:32px}
.lianjiejb_m div .sgBtn_yj span {width:100px; text-align:center; overflow:hidden; line-height:30px; padding-left:20px; padding-right:20px; font-size:24px; color:#FFF; display:block}

.lianjiejb_m div .sgBtn_dh i {width:50px; overflow:hidden; height:40px; margin:0px auto; display:block; color:#FFF; font-size:40px; line-height:50px; margin-top:26px; padding-bottom:6px}
.lianjiejb_m div .sgBtn_dh span {width:100px; text-align:center; overflow:hidden; line-height:30px; padding-left:20px; padding-right:20px; font-size:24px; color:#FFF; display:block}

.lianjiejb_m div .sgBtn_cj i {width:50px; overflow:hidden; height:40px; margin:0px auto; display:block; color:#FFF; font-size:50px; line-height:50px; margin-top:32px}
.lianjiejb_m div .sgBtn_cj span {width:100px; text-align:center; overflow:hidden; line-height:30px; padding-left:20px; padding-right:20px; font-size:24px; color:#FFF; display:block}

.lianjiejb_m div .sgBtn_gw i {width:50px; overflow:hidden; height:40px; margin:0px auto; display:block; color:#FFF; font-size:50px; line-height:50px; margin-top:32px}
.lianjiejb_m div .sgBtn_gw span {width:100px; text-align:center; overflow:hidden; line-height:30px; padding-left:20px; padding-right:20px; font-size:24px; color:#FFF; display:block}


.jubaotkk_1 {width:100%; overflow:hidden; height:100%; position:absolute; left:0px; top:0px; background:url(../images/jbtm.png); z-index:9999999}
.jubaotkk_1 ul {width:900px; overflow:hidden; height:460px; margin:0px auto; border:3px solid #af9165; background:#FFF; border-radius:8px; margin-top:180px;}
.jubaotkk_1 ul h3 {width:860px; overflow:hidden; height:50px; background:#af9165; padding-left:30px; padding-right:10px;}
.jubaotkk_1 ul h3 i {width:50px; height:50px; display:block; overflow:hidden; float:right; color:#FFF; font-size:30px; line-height:50px; text-align:right; cursor:pointer}
.jubaotkk_1 ul h1 {width:500px; overflow:hidden; text-align:center; line-height:50px; font-size:40px; color:#af9165; margin:0px auto; padding-top:120px;}
.jubaotkk_1 ul h2 {width:500px; overflow:hidden; text-align:center; line-height:40px; font-size:30px; color:#666; margin:0px auto; padding-top:20px;}

.jubaotkk_1 ul img { margin:0px auto; display:block}




.xian_xx{ width:100%; background:url(../picture/bx.jpg) no-repeat; height:3px; margin:0 auto; margin-top:15px;}

.fdc_c{ width:1200px; margin:0 auto; margin-top:60px;}
.jieshao{ width:1200px; margin:0 auto; }
.jieshao h3{ font-size:24px; text-align:center; margin-bottom:40px;}
.le_img{ float:left; width:360px; margin-right: 20px;}

.wz_ri{ float:right; width:650px;}
.wz_ri p{ font-size:16px; line-height:45px; text-indent:2em;}

.www_s{
        float: left;          
        clear: left;        
        
             
}
.www_s img,.www_s table{
        clear: left;     
}
.www_s p{ font-size:16px; line-height:34px; text-indent:2em;}




/*图片页*/
.right_tup h3{ font-size:24px; text-align:center; margin-bottom:10px;}
.right_tup{ width:1200px; margin:0 auto; margin-top:70px; margin-bottom:70px; }
.right_tup ul li{ float:left; width:270px; margin-left:15px; margin-right:15px; margin-top:25px;  }
.right_tup ul li img{ width:270px; height:180px; padding:2px; border:1px #CCC solid;}
.right_tup ul li p{ text-align:center; padding-top:10px;}









#main {overflow: hidden; zoom: 1; position: relative; background: #6D6D6D;}

/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 450px;
    width:1366px;
    background-color:#6D6D6D;
    position:relative;
	margin: auto;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid white;
    cursor:pointer;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:black;
    width:100%;
}
#featureCarousel .feature > div p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:12px;
    color:white;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:95px;
    top:390px;
    padding:0;
    margin:0;
	z-index: 99;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}




.content p{font-size: 14px; color:#73706e; line-height: 24px;}
/*.about5 .c_w_l{width:400px;}*/
.about5 .c_w_r{width:700px; border-left:1px solid #d9d9d9; margin-left:80px;}
.about5 .c_w_r ul{/*padding-bottom: 80px;*/}
.about5 .c_w_r li{position:relative; padding:25px 0; /*border-top:2px dashed #ececec; */margin-bottom:70px;}
.about5 .c_w_r li .bg{position:absolute; left:-70px; top:0; width:800px; z-index: -1; height:100%; background:#ebebeb; display:none;}
.about5 .c_w_r li:first-child{border:0 none;}
.about5 .c_w_r li .time{position:absolute; left:-70px; top:-60px; font-size:32px; color:#fff; line-height:60px;width:300px; height:60px; text-align: center; /*padding-right:54px;  border-right:3px solid #f90;*/ background:#0b58a8; font-family: "RUBIK-REGULAR-WEBFONT"; font-weight: normal; letter-spacing: -2px; border-radius:5px;  }
.about5 .c_w_r li .txt{position: relative; left:-13px;  }
.about5 .c_w_r li p{color:#73706e; background: url(../images/dd.png) no-repeat 0px 20px; line-height:60px; padding-left:40px; font-size:18px; }
.w1200:after{content:"\200B"; display:block; height:0; clear:both;}


.c_w_l,.c_w_r{padding-top:80px;}
/*.c_w_l{float:left;position:relative;  width:400px; border-right:1px solid #ececec; padding-bottom: 20px; height:2000px;}
.c_w_l:after{position:absolute; top:240px; left:-40px; content:" "; display:block; width:9px; height:48px; background:url("../images/icon_adorn1.png") no-repeat center; display:none;}
.c_w_r{float:right; width:800px; padding-left: 40px;}*/

.clear{clear:both;}
/*ͼƬҳ*/
.right_tup2{ width:840px; margin-top:10px; }
.right_tup2 ul li{ float:left; width:240px; margin-left:20px; margin-right:20px; margin-top:25px;  }
.right_tup2 ul li img{ width:240px; height:180px; padding:2px; border:1px #CCC solid;}
.right_tup2 ul li p{ text-align:center; padding-top:10px;}
